@charset "UTF-8";

html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	outline: none;
}
body {
	background: #fff;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 26px;
	text-align: left;
	margin: auto;
	width: 100%;
	height: 100%;
	outline: none;
}
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

a:hover {
	text-decoration: none;
}

ul, 
ol {
	padding-left: 0;
	margin: 0
}

li {
	list-style: none;
}

input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"] {
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}


textarea:focus, 
input:focus {
	color: #666;
}

iframe, 
embed, 
object {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
/* Other Fixes */
*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
	text-decoration:none;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #a3a3a3;
}

::-moz-selection {
	color: #fff;
	background: #a3a3a3;
}

::-webkit-input-placeholder {
	color: #838383;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

/* ==========================================================================
 Typography
========================================================================== */

h1, 
h2 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', "黑体";
	text-transform: none;
	margin: 0;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', "黑体";
	text-transform: none;
	margin: 0;
}

h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', "黑体";
	text-transform: none;
	margin: 0;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', "黑体";
	text-transform: none;
	margin: 0;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', "黑体";
	text-transform: none;
	margin: 0;
}
/* Float */
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto !important;
}

.clearfix:before{
    display: table;
    content: " ";
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}

section {
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.nr-cz{
    vertical-align: middle;
    display: table-cell;
}

.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.align-center{
	text-align:center;
	line-height:0;
	font-size:0;
}
.align-left{
	text-align:left;
	line-height:0;
	font-size:0;
}
.align-right{
	text-align:right;
	line-height:0;
	font-size:0;
}
.align-left li,.align-right li,.align-center li{
	display:inline-block;
}
.cz-cen{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
}

.pagerMain{
	text-align: center;
	margin-top: 25px;
}
.pagerMain a{
	width:auto;
	padding:0 15px;
	height:30px;
	border:1px solid #e4e4e4;
	line-height:30px;
    background: #fff;
	color:#666666;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
	font-family:"宋体";
	margin:5px;
	border-radius:4px;
}
.pagerMain a.page-num-current{
	color:#fff;
	background:#00a0ea;
	border:1px solid #00a0ea;
}
.current{
    background: #00448f;
}
.pagerMain a:hover{
	background:#00a0ea;
	color:#fff;
}
.page-status{
	display: none;
}

.jjbq-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}

.container{
	width:1200px;
	margin:0 auto;
}
em{
	font-style:normal;
}
img{
    -webkit-user-drag: none;
	vertical-align: middle;
	max-width: 100%;
}
.time4{
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.ho_til{
	text-align: center;
}
.ho_til h4{
	position: relative;
	display: inline-block;
	font-size: 60px;
	font-weight: 700;
	color: #f2f2f2;
	line-height: 70px;
}
.ho_til h4::before,.ho_til h4::after{
	content: "";
	position: absolute;
	left: -100px;
	top: 30px;
	width: 80px;
	height: 3px;
	background: #00a0ea;
}
.ho_til h4::after{
	left: auto;
	right: -100px;
}
.ho_til h4 span{
	position: absolute;
	font-size: 40px;
	font-weight: 700;
	color: #424242;
	left: 50%;
	margin-left: -80px;
	top: 20px;
}
.ho_til p{
	color: #8a8a87;
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0;
}

.flex_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
}

/* Header */
header {
    z-index: 16;
    position: relative;
	width: 100%;
}
.top{
	width: 100%;
	background: #b2b2b2;
}
.top_left{
	float: left;
}
.top_left p{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.top_right {
	float: right;
}
.top_right li{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.top_right li a{
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
	line-height: 30px;
}

.navbar{
    z-index: 99;
    width: 100%;
}
.logo{
    max-width: 452px;
    float: left;
    height: 108px;
}
.head_right{
	float: right;
}
.head_right a{
	padding-right: 100px;
}
.nav-tab{
	z-index: 9;
	width: 100%;
	background: #00a0ea;
}
.nav-tab .sub-li{
    position: relative;
}
.nav-tab .sub-li a{
	color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    display: block;
	position: relative;
	z-index: 5;
    padding: 0 35px;	
}
.nav-tab .sub-li a:hover{
	background: #00448f;
}
.nav-tab .sub-li .sub-menu{
	display: none;
	position: absolute;
	width: 100%;
	background: #00a0ea;
}
.nav-tab .sub-li .sub-menu li{
	display: block;
}
.nav-tab .sub-li .sub-menu a{
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 5px;
	display: block;
}

/*foot*/
#footer {
	margin-top: 80px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    text-align: left;
	z-index: 0;
	background: #1b1a1a;
	padding-bottom: 40px;
}
.foot_nav{
	background: #00a0ea;
	position: relative;
	padding: 10px 0 25px ;
	border-radius: 0 0 5px 5px;
	margin-top: -10px;
}
.foot_nav::before{
	content: "";
	position: absolute;
	width: 100%;
	background: #00a0ea;
	height: 20px;
	top: -15px;
}
.foot_nav ul::before{
	content: "";
    position: absolute;
    left: -10px;
    top: -15px;
    width: 0;
    height: 0;
    border-right: 10px solid #005893;
    border-top: 15px solid transparent;
}
.foot_nav ul::after{
	content: "";
    position: absolute;
    right: -10px;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 10px solid #005893;
    border-top: 15px solid transparent;
}
.foot_nav ul li a{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 30px;
}
.copyright {
	padding: 40px 0
}
.copy1{
	width: 320px;
	float: left;
}
.copy1 h3{
	font-size: 32px;
	color: #fff;
	line-height: 30px;
	padding-top: 20px;
}
.copy1 h3 span{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	display: block;
	padding-bottom: 10px;
}
.copy2{
	width: 270px;
	float: left;
	padding: 0 50px;
	border-left: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
	text-align: center;
}
.copy2 span{
	width: 10px;
	float: left;
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.copy2>div img{
	width: 150px;
	float: right;
}
.copy2 a{
	margin-top: 10px;
	display: block;
}
.copy3{
	width: 560px;
	float: right;
}
.copy3 ul li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.copy3 ul li h4{
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
}
.copy3 ul li a{
	color: #999999;
	font-size: 12px;
	line-height: 26px;
	display: block;
}
.footer p,.footer p a{
	color: #fffffe;
	font-size: 14px;
	line-height: 24px;    
	text-align: center;
}